home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / maillabl.zip / LBLDEFDL.DFM / LBLDEFDL.txt < prev   
Text File  |  1996-03-28  |  4KB  |  203 lines

  1. object LabelDef: TLabelDef
  2.   Left = 209
  3.   Top = 99
  4.   ActiveControl = ebLeftMargin
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Label Definition'
  8.   ClientHeight = 373
  9.   ClientWidth = 516
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 89
  23.     Width = 86
  24.     Height = 16
  25.     Caption = 'Label Height:'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 20
  29.     Top = 124
  30.     Width = 82
  31.     Height = 16
  32.     Caption = 'Label Width:'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 6
  36.     Top = 240
  37.     Width = 96
  38.     Height = 16
  39.     Caption = 'Labels Across:'
  40.   end
  41.   object Label4: TLabel
  42.     Left = 166
  43.     Top = 240
  44.     Width = 88
  45.     Height = 16
  46.     Caption = 'Labels Down:'
  47.   end
  48.   object Label5: TLabel
  49.     Left = 25
  50.     Top = 17
  51.     Width = 77
  52.     Height = 16
  53.     Caption = 'Left Margin:'
  54.   end
  55.   object Label6: TLabel
  56.     Left = 25
  57.     Top = 53
  58.     Width = 77
  59.     Height = 16
  60.     Caption = 'Top Margin:'
  61.   end
  62.   object Label7: TLabel
  63.     Left = 1
  64.     Top = 160
  65.     Width = 101
  66.     Height = 16
  67.     Caption = 'Horizontal Gap:'
  68.   end
  69.   object Label8: TLabel
  70.     Left = 24
  71.     Top = 196
  72.     Width = 82
  73.     Height = 16
  74.     Caption = 'Vertical Gap:'
  75.   end
  76.   object Image1: TImage
  77.     Left = 208
  78.     Top = 16
  79.     Width = 300
  80.     Height = 200
  81.     AutoSize = True
  82.     Picture.Data = {<image000.bmp>}
  83.   end
  84.   object ebLabelHeight: TEdit
  85.     Left = 112
  86.     Top = 85
  87.     Width = 73
  88.     Height = 24
  89.     TabOrder = 2
  90.     OnExit = ebLabelHeightExit
  91.   end
  92.   object ebLabelWidth: TEdit
  93.     Left = 112
  94.     Top = 120
  95.     Width = 73
  96.     Height = 24
  97.     TabOrder = 3
  98.     OnExit = ebLabelWidthExit
  99.   end
  100.   object bbtnOK: TBitBtn
  101.     Left = 432
  102.     Top = 272
  103.     Width = 73
  104.     Height = 41
  105.     TabOrder = 10
  106.     OnClick = bbtnOKClick
  107.     Kind = bkOK
  108.     Spacing = -1
  109.   end
  110.   object bbtnCancel: TBitBtn
  111.     Left = 430
  112.     Top = 320
  113.     Width = 75
  114.     Height = 41
  115.     TabOrder = 11
  116.     OnClick = bbtnCancelClick
  117.     Kind = bkCancel
  118.     Spacing = -1
  119.   end
  120.   object ebLabelsAcross: TEdit
  121.     Left = 112
  122.     Top = 236
  123.     Width = 44
  124.     Height = 24
  125.     TabOrder = 6
  126.     OnExit = ebLabelsAcrossExit
  127.   end
  128.   object ebLabelsDown: TEdit
  129.     Left = 264
  130.     Top = 236
  131.     Width = 44
  132.     Height = 24
  133.     TabOrder = 7
  134.     OnExit = ebLabelsDownExit
  135.   end
  136.   object ebLeftMargin: TEdit
  137.     Left = 112
  138.     Top = 13
  139.     Width = 73
  140.     Height = 24
  141.     TabOrder = 0
  142.     OnExit = ebLeftMarginExit
  143.   end
  144.   object ebTopMargin: TEdit
  145.     Left = 112
  146.     Top = 49
  147.     Width = 73
  148.     Height = 24
  149.     TabOrder = 1
  150.     OnExit = ebTopMarginExit
  151.   end
  152.   object ebHorizGap: TEdit
  153.     Left = 112
  154.     Top = 156
  155.     Width = 73
  156.     Height = 24
  157.     TabOrder = 4
  158.     OnExit = ebHorizGapExit
  159.   end
  160.   object ebVertGap: TEdit
  161.     Left = 112
  162.     Top = 192
  163.     Width = 73
  164.     Height = 24
  165.     TabOrder = 5
  166.     OnExit = ebVertGapExit
  167.   end
  168.   object PreDefGrid: TDBGrid
  169.     Left = 8
  170.     Top = 272
  171.     Width = 417
  172.     Height = 89
  173.     DataSource = PreDefSrc
  174.     Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
  175.     TabOrder = 9
  176.     TitleFont.Color = clWindowText
  177.     TitleFont.Height = -13
  178.     TitleFont.Name = 'System'
  179.     TitleFont.Style = []
  180.     OnDblClick = PreDefGridDblClick
  181.   end
  182.   object cbContinuousFeed: TCheckBox
  183.     Left = 312
  184.     Top = 240
  185.     Width = 193
  186.     Height = 17
  187.     Alignment = taLeftJustify
  188.     Caption = 'Continuous Feed Labels'
  189.     TabOrder = 8
  190.     OnClick = cbContinuousFeedClick
  191.   end
  192.   object PreDefTbl: TTable
  193.     DatabaseName = 'f:\controls\delphi16'
  194.     TableName = 'LABELDEF.DB'
  195.     Top = 216
  196.   end
  197.   object PreDefSrc: TDataSource
  198.     DataSet = PreDefTbl
  199.     Left = 32
  200.     Top = 216
  201.   end
  202. end
  203.